.. _CContingency Class: ========================== CContingency Class ========================== .. toctree:: :maxdepth: 1 The structure used for this class is :ref:`CContingency` +-------------------------------------------------------------------------------------------------------------------------+ | **Quick Ref** | +-------------------------------------------------------------------------------------------------------------------------+ | void **CContingency\:\:CContingency**\() | +-------------------------------------------------------------------------------------------------------------------------+ | :ref:`CContingency`\& **CContingency\:\:operator=**\(:ref:`CContingency`\& __that) | +-------------------------------------------------------------------------------------------------------------------------+ ---- --------------- Constructors --------------- +---------------------------------------------------------------+------------------------------------------------------+ | **Name** | **Description** | +---------------------------------------------------------------+------------------------------------------------------+ | :ref:`CContingency\:\:CContingency` | Constructs a ``CContingency`` object | +---------------------------------------------------------------+------------------------------------------------------+ .. _CContingencyCContingency: CContingency\:\:CContingency ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Constructs a ``CContingency`` object :: void CContingency::CContingency(); **Remarks** Constructs a ``CContingency`` object ---- --------------- Operators --------------- +----------------------------------------------------------+-----------------------------------------------------------------------------------------+ | **Name** | **Description** | +----------------------------------------------------------+-----------------------------------------------------------------------------------------+ | :ref:`CContingency\:\:operator=` | | +----------------------------------------------------------+-----------------------------------------------------------------------------------------+ .. _CContingencyOpEqu: CContingency\:\:operator= ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: CContingency& CContingency::operator=(CContingency& __that); **Parameters** * :ref:`CContingency`\& *__that* - **Return Value** Returns :ref:`CContingency`\& **Remarks**